PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

Help with Filament upgrade + event logging

produkt

Oct 6th, 2025 02:02 AM

I recently tried to merge latest updates into my forked wave project and upgrade from 3 to 4 of filament and tailwind upgrade caused some errors.

Specifically, I have made some pages based on this guide whuch now seems to be out of date.

Also, I recently have found the need to implement robust logging of user activity.

Are events created for the following scenarios?

  • login (both web + api with distinction between type)
  • failed login (web + api)
  • api key login (instead of user/pass)
  • accessing certain api endpoints

I would like to create logs of tbis type of activity for audit purposes